home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / SetMap < prev    next >
Text File  |  1997-04-10  |  3KB  |  83 lines

  1.  
  2.  
  3.      SetMap (1.3, 2.0x in Sys:System)
  4.  
  5.      NAME
  6.          SetKeyboard - Changes the key map of the keyboard
  7.       for that Shell window.
  8.  
  9.      SYNOPSIS
  10.          SETMAP mapfile
  11.  
  12.      DESCRIPTION
  13.             A key map is a datatable which the Amiga refrences 
  14.         when a key on a keyboard is pressed. Different key maps 
  15.         cause the keys on the keyboard to print different things 
  16.         depending on which country's keyboard you wish to use.
  17.         For example, if your are using the French keymap letter
  18.         'Q' reversed will be used when you press the 'A' key on
  19.         the keyboard. Or, if you press the 'Q' key, then 'A' will
  20.         be printed.
  21.  
  22.             For complete info on the foreign key layouts refer to 
  23.         the 'Introduction to the Amiga' handbook which Commodore 
  24.         bundled with your Amiga. If you want to see how your 
  25.         keyboard is mapped out, use the Keytoy program (under 
  26.         1.3) or the KeyShow (under 2.x/3.x) in the Tools 
  27.         directory of your Extras disk. This will give you a 
  28.         complete graphical representation of your keyboard.
  29.  
  30.             In Workbench 2.1 and higher you have system language 
  31.         localization. In these versions, the key map is set via 
  32.         the Locale preference progam. SETKEYBOARD allows you to 
  33.         change the key map without accessing the Locale 
  34.         Preference program the same way the SETFONT command 
  35.         allows you to change the font without accessing the Fonts 
  36.         Preference program.
  37.  
  38.             This command looks for its key map data file in the 
  39.         'Keymaps' subdirectory of the DEVS: directory.  If you 
  40.         type the full path then the key map file may be located 
  41.         anywhere. The standard keymaps are currently limited to:
  42.  
  43.  
  44.             cdn   French Canadian 
  45.             ch1   Swiss French
  46.             ch2   Swiss German
  47.             d     German
  48.             dk    Danish
  49.             e     Spanish
  50.             f     French
  51.             gb    Great Britain
  52.             i     Italian
  53.             n     Norwegian 
  54.             p     Portugese
  55.             s     Swedish
  56.             usa0  The standard mapping of the 1.1 Workbench (A1000)
  57.             usa1  Maps for the numeric pad keys on 500/2000 
  58.             usa2  Dvorak U.S. keyboard
  59.  
  60.  
  61.        KEYWORDS
  62.          mapfile
  63.             The keymap data file which will be used. If the 
  64.         keymap data file is in the DEVS/keymaps drawer then you 
  65.         do not need to enter the path. If it is located anywhere 
  66.         else, you do need to enter the path.         
  67.  
  68.  
  69.        EXAMPLES
  70.  
  71.        1. To install the French Canadian keyboard:
  72.  
  73.           SETKEYMAP cdn
  74.  
  75.        2. To install the French language keyboard:
  76.  
  77.           SETMAP f
  78.  
  79.        3. To restore the default system key map:
  80.  
  81.           SETMAP usa
  82.  
  83.